runtime.mTraceState.seqlock (field)
12 uses
runtime (current package)
trace.go#L516: if mp.trace.seqlock.Load()%2 != 0 {
tracecpu.go#L229: if mp.trace.seqlock.Load()%2 == 0 {
tracecpu.go#L230: mp.trace.seqlock.Add(1)
tracecpu.go#L238: mp.trace.seqlock.Add(1)
tracecpu.go#L278: mp.trace.seqlock.Add(1)
traceruntime.go#L27: seqlock atomic.Uintptr // seqlock indicating that this M is writing to a trace buffer.
traceruntime.go#L227: seq := mp.trace.seqlock.Add(1)
traceruntime.go#L242: mp.trace.seqlock.Add(1)
traceruntime.go#L263: if getg().m.trace.seqlock.Load()%2 == 1 {
traceruntime.go#L284: seq := tl.mp.trace.seqlock.Add(1)
traceruntime.go#L719: seq := mp.trace.seqlock.Add(1)
traceruntime.go#L735: seq1 := mp.trace.seqlock.Add(1)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |